home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / lan / merc130.zip / ALIAS.SRC < prev    next >
Text File  |  1995-11-22  |  3KB  |  69 lines

  1. ;  Sample alias file for Mercury.
  2. ;  Copright (c) 1993, David Harris, All Rights Reserved.
  3. ;
  4. ;  The format for this file is:
  5. ;
  6. ;      alias == real_address
  7. ;
  8. ;  Lines starting with ';', '#' or '*' are considered comments
  9. ;  and are ignored, as are blank lines. There may be trailing
  10. ;  and leading whitespace on entries - it is all stripped out
  11. ;  in the alias file. It is a limitation of this release of
  12. ;  Mercury that you cannot have an alias or real address which
  13. ;  contains '==' because no quoting mechanism is implemented.
  14. ;
  15. ;  Compile the file using MALIAS.EXE, and copy it to the place
  16. ;  you have specified in MERCURY.INI. You can update Mercury's
  17. ;  alias file while Mercury is running, although it is best to
  18. ;  use PCONSOLE to stop servers from servicing jobs in the mail
  19. ;  queue while you do so.
  20. ;
  21. ;  You can have an almost unlimited number of aliases, and you
  22. ;  may have them resolve to anything you wish. Aliases are
  23. ;  resolved before any other attempt at address resolution is
  24. ;  made, so it is perfectly legal to have a local-looking alias
  25. ;  resolve to an off-server address. Note, though, that aliases
  26. ;  work strictly on the ADDRESS - they are not affected by any
  27. ;  quoted or comment text which is attached to it. As an example
  28. ;  of the impact of this, the aliasing mechanism regards these
  29. ;  two addresses as identical:
  30. ;
  31. ;     "My what a funny day!" david@pmail.gen.nz
  32. ;     (Master of the Lightbulbs) <david@pmail.gen.nz> "Pop!"
  33. ;
  34. ;  Aliases may be applied recursively up to four levels deep -
  35. ;  that is, you may have aliases for aliases in this file.
  36. ;  (although it still eludes me why anyone would do this).
  37. ;
  38. ;  Neither aliases nor real addresses are case-sensitive, 
  39. ;  although case is preserved in real addresses.
  40.  
  41. david@pmail.gen.nz                ==   support
  42. david@urania.pmail.gen.nz         ==   support
  43. D.Harris@pmail.gen.nz             ==   support
  44. David_Harris@pmail.gen.nz         ==   support
  45. D.Harris@urania.pmail.gen.nz      ==   support
  46. David_Harris@urania.pmail.gen.nz  ==   support
  47. David.Harris@pmail.gen.nz         ==   david
  48. David.Harris@urania.pmail.gen.nz  ==   david
  49. D.Harris                          ==   support
  50. David_Harris                      ==   support
  51. foobar@pmail.gen.nz               ==   david@parnassus.pmail.gen.nz
  52. dave@pmail.gen.nz                 ==   support
  53. dharris@pmail.gen.nz              ==   support
  54. harris@pmail.gen.nz               ==   support
  55. orders@pmail.gen.nz               ==   julia@pmail.gen.nz
  56. rec.arts@pmail.gen.nz             ==   rec.arts%nb@pmail.gen.nz
  57. Julia.Smith@pmail.gen.nz          ==   julia
  58. Julia_Smith@pmail.gen.nz          ==   julia
  59. J.Smith@pmail.gen.nz              ==   julia
  60. Richard.Stevenson@pmail.gen.nz    ==   richard
  61. R.Stevenson@pmail.gen.nz          ==   richard
  62. Richard.Stevenson@urania.pmail.gen.nz    ==   richard
  63. Richard_Stevenson@pmail.gen.nz    ==   richard
  64. Hans.Ostrom@pmail.gen.nz          ==   hans
  65. Hans_Ostrom@pmail.gen.nz          ==   hans
  66. H.Ostrom@pmail.gen.nz             ==   hans
  67. HOM@pmail.gen.nz                  ==   hans
  68.  
  69.